home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 34.zip / BS1 part 34 / Aztec C 5.0a disk 1.adf / include / hardware / dmabits.h < prev    next >
C/C++ Source or Header  |  1988-07-15  |  791b  |  34 lines

  1. #ifndef    HARDWARE_DMABITS_H
  2. #define    HARDWARE_DMABITS_H
  3. #define    DMAF_SETCLR    0x8000
  4. #define    DMAF_AUDIO    0x000F
  5. #define    DMAF_AUD0    0x0001
  6. #define    DMAF_AUD1    0x0002
  7. #define    DMAF_AUD2    0x0004
  8. #define    DMAF_AUD3    0x0008
  9. #define    DMAF_DISK    0x0010
  10. #define    DMAF_SPRITE    0x0020
  11. #define    DMAF_BLITTER    0x0040
  12. #define    DMAF_COPPER    0x0080
  13. #define    DMAF_RASTER    0x0100
  14. #define    DMAF_MASTER    0x0200
  15. #define    DMAF_BLITHOG    0x0400
  16. #define    DMAF_ALL    0x01FF
  17. #define    DMAF_BLTDONE    0x4000
  18. #define    DMAF_BLTNZERO    0x2000
  19. #define    DMAB_SETCLR    15
  20. #define    DMAB_AUD0    0
  21. #define    DMAB_AUD1    1
  22. #define    DMAB_AUD2    2
  23. #define    DMAB_AUD3    3
  24. #define    DMAB_DISK    4
  25. #define    DMAB_SPRITE    5
  26. #define    DMAB_BLITTER    6
  27. #define    DMAB_COPPER    7
  28. #define    DMAB_RASTER    8
  29. #define    DMAB_MASTER    9
  30. #define    DMAB_BLITHOG    10
  31. #define    DMAB_BLTDONE    14
  32. #define    DMAB_BLTNZERO    13
  33. #endif
  34.